home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_fr.java < prev    next >
Text File  |  1998-09-22  |  8KB  |  214 lines

  1. /*
  2.  * @(#)LocaleElements_fr.java    1.7 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_fr extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "fr_FR" }, // locale id based on iso codes
  57.             { "LocaleID", "040c" }, // Windows id
  58.             { "ShortLanguage", "fra" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "FRA" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "fr", "fran\u00e7ais" },
  63.                     { "en", "anglais" },
  64.                     { "de", "allemand" },
  65.                     { "da", "danois" },
  66.                     { "es", "espagnol" },
  67.                     { "el", "grec" },
  68.                     { "fi", "finnois" },
  69.                     { "it", "italien" },
  70.                     { "ja", "japonais" },
  71.                     { "nl", "hollandais" },
  72.                     { "no", "norv\u00e9gien" },
  73.                     { "pt", "portugais" },
  74.                     { "sv", "su\u00e9dois" },
  75.                     { "tr", "turc" }
  76.                 }
  77.             },
  78.             { "Countries", // country names
  79.                 new String[][] {
  80.                     { "FR", "France" },
  81.                     { "US", "\u00c9tats-Unis" },
  82.                     { "DK", "Danemark" },
  83.                     { "DE", "Allemagne" },
  84.                     { "AT", "Autriche" },
  85.                     { "GR", "Gr\u00e8ce" },
  86.                     { "ES", "Espagne" },
  87.                     { "FI", "Finlande" },
  88.                     { "IT", "Italie" },
  89.                     { "CH", "Suisse" },
  90.                     { "BE", "Belgique" },
  91.                     { "CA", "Canada" },
  92.                     { "JP", "Japon" },
  93.                     { "NL", "Pays-Bas" },
  94.                     { "NO", "Norv\u00e8ge" },
  95.                     { "PT", "Portugal" },
  96.                     { "SE", "Su\u00e8de" },
  97.                     { "TR", "Turquie" }
  98.                 }
  99.             },
  100.             { "MonthNames", 
  101.                 new String[] { 
  102.                     "janvier", // january
  103.                     "f\u00e9vrier", // february
  104.                     "mars", // march
  105.                     "avril", // april
  106.                     "mai", // may
  107.                     "juin", // june
  108.                     "juillet", // july
  109.                     "ao\u00fbt", // august
  110.                     "septembre", // september
  111.                     "octobre", // october
  112.                     "novembre", // november
  113.                     "d\u00e9cembre", // december
  114.                     "" // month 13 if applicable
  115.                 }
  116.             },
  117.             { "MonthAbbreviations", 
  118.                 new String[] { 
  119.                     "janv.", // abb january
  120.                     "f\u00e9vr.", // abb february
  121.                     "mars", // abb march
  122.                     "avr.", // abb april
  123.                     "mai", // abb may
  124.                     "juin", // abb june
  125.                     "juil.", // abb july
  126.                     "ao\u00fbt", // abb august
  127.                     "sept.", // abb september
  128.                     "oct.", // abb october
  129.                     "nov.", // abb november
  130.                     "d\u00e9c.", // abb december
  131.                     "" // abb mo month 13 if applicable
  132.                 }
  133.             },
  134.             { "DayNames", 
  135.                 new String[] { 
  136.                     "dimanche", // Sunday
  137.                     "lundi", // Monday
  138.                     "mardi", // Tuesday
  139.                     "mercredi", // Wednesday
  140.                     "jeudi", // Thursday
  141.                     "vendredi", // Friday
  142.                     "samedi" // Saturday
  143.                 }
  144.             },
  145.             { "DayAbbreviations", 
  146.                 new String[] { 
  147.                     "dim.", // abb Sunday
  148.                     "lun.", // abb Monday
  149.                     "mar.", // abb Tuesday
  150.                     "mer.", // abb Wednesday
  151.                     "jeu.", // abb Thursday
  152.                     "ven.", // abb Friday
  153.                     "sam." // abb Saturday
  154.                 }
  155.             },
  156.             { "Eras", 
  157.                 new String[] { // era strings
  158.                     "BC", 
  159.                     "ap. J.-C." 
  160.                 }
  161.             },
  162.             { "NumberPatterns", 
  163.                 new String[] { 
  164.                     "#,##0.###;-#,##0.###", // decimal pattern
  165.                     "#,##0.00 F;-#,##0.00 F", // currency pattern
  166.                     "#,##0%" // percent pattern
  167.                 }
  168.             },
  169.             { "NumberElements", 
  170.                 new String[] { 
  171.                     ",", // decimal separator
  172.                     "\u00a0", // group (thousands) separator
  173.                     ";", // list separator
  174.                     "%", // percent sign
  175.                     "0", // native 0 digit
  176.                     "#", // pattern digit
  177.                     "-", // minus sign
  178.                     "E", // exponential
  179.                     "\u2030", // per mille
  180.                     "\u221e", // infinity
  181.                     "\ufffd" // NaN
  182.                 }
  183.             },
  184.             { "CurrencyElements", 
  185.                 new String[] { 
  186.                     "F", // local currency symbol
  187.                     "FRF", // intl currency symbol
  188.                     "," // monetary decimal separator
  189.                 }
  190.             },
  191.             { "DateTimePatterns", 
  192.                 new String[] { 
  193.                     "HH' h 'mm z", // full time pattern
  194.                     "HH:mm:ss z", // long time pattern
  195.                     "HH:mm:ss", // medium time pattern
  196.                     "HH:mm", // short time pattern
  197.                     "EEEE d MMMM yyyy", // full date pattern
  198.                     "d MMMM yyyy", // long date pattern
  199.                     "d MMM yy", // medium date pattern
  200.                     "dd/MM/yy", // short date pattern
  201.                     "{1} {0}" // date-time pattern
  202.                 }
  203.             },
  204.             { "DateTimeElements", 
  205.                 new String[] { 
  206.                     "2", // first day of week
  207.                     "1" // min days in first week
  208.                 }
  209.             },
  210.             { "CollationElements", "@" } 
  211.         };
  212.     }
  213. }
  214.